go/parser.parser.inRhs (field)

8 uses

	go/parser (current package)
		parser.go#L68: 	inRhs   bool // if set, the parser is parsing a rhs expression
		parser.go#L525: 	old := p.inRhs
		parser.go#L526: 	p.inRhs = inRhs
		parser.go#L528: 	p.inRhs = old
		parser.go#L1875: 	if p.inRhs && tok == token.ASSIGN {
		parser.go#L1920: 	old := p.inRhs
		parser.go#L1921: 	p.inRhs = true
		parser.go#L1923: 	p.inRhs = old